home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / core1a / ctedate.dfm / ctedate.txt
Encoding:
Text File  |  1996-09-15  |  7.3 KB  |  221 lines

  1. object DateTextEditorDlg: TDateTextEditorDlg
  2.   Left = 322
  3.   Top = -1090
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'CoreTools Date Editor'
  9.   ClientHeight = 190
  10.   ClientWidth = 257
  11.   Ctl3D = False
  12.   Color = clBtnFace
  13.   Font.Color = clWindowText
  14.   Font.Height = -16
  15.   Font.Name = 'System'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   PixelsPerInch = 120
  19.   Position = poScreenCenter
  20.   OnCreate = FormCreate
  21.   TextHeight = 20
  22.   object PrevMonthButton: TBitBtn
  23.     Left = 32
  24.     Top = 8
  25.     Width = 25
  26.     Height = 25
  27.     Hint = 'Previous month'
  28.     ParentShowHint = False
  29.     ShowHint = True
  30.     TabOrder = 3
  31.     OnClick = PrevMonthButtonClick
  32.     Glyph.Data = {
  33.       90010000424D9001000000000000760000002800000020000000100000000100
  34.       0400000000000001000000000000000000000000000000000000000000000000
  35.       80000080000000808000800000008000800080800000C0C0C000808080000000
  36.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  37.       33333333333333333333EEEEEEEEEEEEEEE333FFFFFFFFFFFFF3E00000000000
  38.       00E338888888888888F3E0F88888888880E338F33333333338F3E0F333333333
  39.       80E338F33333F33338F3E0F33333033380E338F3333FF83338F3E0F333300333
  40.       80E338F33FFF883338F3E0F33300033380E338F3FF88883338F3E0F330000333
  41.       80E338F33888883338F3E0F33300033380E338F33388883338F3E0F333300333
  42.       80E338F33333883338F3E0F33333033380E338F33333383338F3E0F333333333
  43.       80E338F33333333338F3E0FFFFFFFFFFF0E338FFFFFFFFFFF8F3E00000000000
  44.       00E33888888888888833EEEEEEEEEEEEEEE33333333333333333000000000000
  45.       0000000000000000000000000000000000000000}
  46.     NumGlyphs = 2
  47.   end
  48.   object Calendar1: TCalendar
  49.     Left = 8
  50.     Top = 33
  51.     Width = 241
  52.     Height = 113
  53.     TabStop = False
  54.     Color = clSilver
  55.     Font.Color = clBlue
  56.     Font.Height = -13
  57.     Font.Name = 'Arial'
  58.     Font.Style = []
  59.     GridLineWidth = 2
  60.     ParentFont = False
  61.     StartOfWeek = 0
  62.     TabOrder = 7
  63.     OnChange = Calendar1Change
  64.   end
  65.   object DatePanel: TPanel
  66.     Left = 56
  67.     Top = 8
  68.     Width = 145
  69.     Height = 25
  70.     BevelInner = bvLowered
  71.     BevelOuter = bvLowered
  72.     Ctl3D = False
  73.     Font.Color = clBlack
  74.     Font.Height = -17
  75.     Font.Name = 'Arial'
  76.     Font.Style = [fsBold]
  77.     ParentCtl3D = False
  78.     ParentFont = False
  79.     TabOrder = 8
  80.   end
  81.   object NextMonthButton: TBitBtn
  82.     Left = 200
  83.     Top = 8
  84.     Width = 25
  85.     Height = 25
  86.     Hint = 'Next month'
  87.     ParentShowHint = False
  88.     ShowHint = True
  89.     TabOrder = 4
  90.     OnClick = NextMonthButtonClick
  91.     Glyph.Data = {
  92.       76010000424D7601000000000000760000002800000020000000100000000100
  93.       04000000000000010000130B0000130B00000000000000000000000000000000
  94.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  95.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  96.       33333333333333333333EEEEEEEEEEEEEEE333FFFFFFFFFFFFF3E00000000000
  97.       00E337777777777777F3E0F77777777770E337F33333333337F3E0F333333333
  98.       70E337F3333F333337F3E0F33303333370E337F3337FF33337F3E0F333003333
  99.       70E337F33377FF3337F3E0F33300033370E337F333777FF337F3E0F333000033
  100.       70E337F33377773337F3E0F33300033370E337F33377733337F3E0F333003333
  101.       70E337F33377333337F3E0F33303333370E337F33373333337F3E0F333333333
  102.       70E337F33333333337F3E0FFFFFFFFFFF0E337FFFFFFFFFFF7F3E00000000000
  103.       00E33777777777777733EEEEEEEEEEEEEEE33333333333333333}
  104.     Layout = blGlyphRight
  105.     NumGlyphs = 2
  106.   end
  107.   object CancelButton: TBitBtn
  108.     Left = 168
  109.     Top = 152
  110.     Width = 81
  111.     Height = 33
  112.     Caption = '&Cancel'
  113.     Font.Color = clBlack
  114.     Font.Height = -17
  115.     Font.Name = 'Arial'
  116.     Font.Style = []
  117.     ParentFont = False
  118.     TabOrder = 1
  119.     Kind = bkCancel
  120.     Spacing = 0
  121.   end
  122.   object OKButton: TBitBtn
  123.     Left = 88
  124.     Top = 152
  125.     Width = 73
  126.     Height = 33
  127.     Caption = '&OK'
  128.     Font.Color = clBlack
  129.     Font.Height = -13
  130.     Font.Name = 'Arial'
  131.     Font.Style = []
  132.     ParentFont = False
  133.     ParentShowHint = False
  134.     ShowHint = False
  135.     TabOrder = 0
  136.     Kind = bkOK
  137.   end
  138.   object TodayButton: TBitBtn
  139.     Left = 8
  140.     Top = 152
  141.     Width = 73
  142.     Height = 33
  143.     Hint = 'Todays date'
  144.     Caption = '&Today'
  145.     Font.Color = clBlack
  146.     Font.Height = -17
  147.     Font.Name = 'Arial'
  148.     Font.Style = []
  149.     ParentFont = False
  150.     ParentShowHint = False
  151.     ShowHint = True
  152.     TabOrder = 6
  153.     OnClick = TodayButtonClick
  154.     Glyph.Data = {
  155.       78010000424D7801000000000000760000002800000020000000100000000100
  156.       04000000000000000000120B0000120B00000000000000000000000000000000
  157.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  158.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333330000033
  159.       33333333377777F33333333330BBB0333333333337FFF7F33333333330000033
  160.       33333333377777F33333333330BBB0333333333337FFF7FF3333333300000003
  161.       333333337777777FF33333300BBBBB003333333773333377F3333330BBFFFBB0
  162.       33333337F3333337FF333300BFFFFFB003333377F333FFF773F33300BFF077B0
  163.       30333377F3377737F7333300BFF7FFB003333377F337F33773333330BBF7FBB0
  164.       33333337FF37F337F33333300BB7BB00333333377FF7FF773333333300000003
  165.       33333333777777733333333330BBB0333333333337FFF7F33333333330000033
  166.       33333333377777F33333333330BBB033333333333733373333330000}
  167.     NumGlyphs = 2
  168.     Spacing = 0
  169.   end
  170.   object PrevYearButton: TBitBtn
  171.     Left = 8
  172.     Top = 8
  173.     Width = 25
  174.     Height = 25
  175.     Hint = 'Previous year'
  176.     ParentShowHint = False
  177.     ShowHint = True
  178.     TabOrder = 2
  179.     OnClick = PrevYearButtonClick
  180.     Glyph.Data = {
  181.       76010000424D7601000000000000760000002800000020000000100000000100
  182.       04000000000000010000130B0000130B00000000000000000000000000000000
  183.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  184.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  185.       33333333333333333333EEEEEEEEEEEEEEE333FFFFFFFFFFFFF3E00000000000
  186.       00E337777777777777F3E0F77777777770E337F33333333337F3E0F333333333
  187.       70E337F33333333337F3E0F33333333370E337F3333F3FF337F3E0F333030033
  188.       70E337F3337F77F337F3E0F33003003370E337F3377F77F337F3E0F300030033
  189.       70E337F3777F77F337F3E0F33003003370E337F3377F77F337F3E0F333030033
  190.       70E337F33373773337F3E0F33333333370E337F33333333337F3E0F333333333
  191.       70E337F33333333337F3E0FFFFFFFFFFF0E337FFFFFFFFFFF7F3E00000000000
  192.       00E33777777777777733EEEEEEEEEEEEEEE33333333333333333}
  193.     NumGlyphs = 2
  194.   end
  195.   object NextYearButton: TBitBtn
  196.     Left = 224
  197.     Top = 8
  198.     Width = 25
  199.     Height = 25
  200.     Hint = 'Next year'
  201.     ParentShowHint = False
  202.     ShowHint = True
  203.     TabOrder = 5
  204.     OnClick = NextYearButtonClick
  205.     Glyph.Data = {
  206.       76010000424D7601000000000000760000002800000020000000100000000100
  207.       04000000000000010000130B0000130B00000000000000000000000000000000
  208.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  209.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  210.       33333333333333333333EEEEEEEEEEEEEEE333FFFFFFFFFFFFF3E00000000000
  211.       00E337777777777777F3E0F77777777770E337F33333333337F3E0F333333333
  212.       70E337F33333333337F3E0F33333333370E337F333FF3F3337F3E0F330030333
  213.       70E337F3377F7FF337F3E0F33003003370E337F3377F77FF37F3E0F330030003
  214.       70E337F3377F777337F3E0F33003003370E337F3377F773337F3E0F330030333
  215.       70E337F33773733337F3E0F33333333370E337F33333333337F3E0F333333333
  216.       70E337F33333333337F3E0FFFFFFFFFFF0E337FFFFFFFFFFF7F3E00000000000
  217.       00E33777777777777733EEEEEEEEEEEEEEE33333333333333333}
  218.     NumGlyphs = 2
  219.   end
  220. end
  221.